Tarih stili ayarlama android
13.04.2015 - 06:29
burada tarih stilini nasıl yıl/ay sayı şekilde yapabilirim ?
else if ("pubDate".equals(nodeName)) {
// We replace the plus and zero's in the date with
// empty string
String formatedDate = theString.replace(" +0000",
"");
_item.setDate(formatedDate);
}
7
Görüntülenme
0 Beğeni